<xs:simpleType name="PricingTreatmentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>TODO</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="STP" />
<xs:enumeration value="MAP" />
<xs:enumeration value="None" />
<xs:enumeration value="MFO" />
<xs:enumeration value="CustomCode" />
</xs:restriction>
</xs:simpleType>
|